Fixed GtkToolPalette realize() vfunc.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 30 Aug 2010 09:25:14 +0000 (18:25 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 30 Aug 2010 09:25:14 +0000 (18:25 +0900)
commit972f617b77dc02ade1295ed729101f77c804e7f8
treee1f16826e561294e41c657807e95857be0990a42
parentbbf38a8ebd7459bb344290c97c6aa128ff95c260
Fixed GtkToolPalette realize() vfunc.

It seems with latest GSEAL work for widget->window access a
call to gtk_widget_set_window() was missed (added the window
assignment and now the palette shows up in Glade again).
gtk/gtktoolpalette.c